home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2004 #6 / Amiga Plus CD - 2004 - No. 06.iso / AmigaPlus / Tools / Dev_Libs / Amiblitz2 / thilo_includes / examples / eclock_test.ab2 < prev    next >
Text File  |  2003-09-28  |  253b  |  12 lines

  1. optimize 7
  2. !tklibs_include
  3. Repeat:
  4.   eclock_start{1000} ;reset the counter and choose 1000 ticks/sec
  5.   Delay_ 50
  6.   time.l = eclock_stop{}
  7.   NPrint "Needed ",time,"ms !"
  8.   Until Joyb(0)
  9.   MouseWait
  10.   ;eclock_close{}   need if you use the include direct
  11.  
  12.